home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / gconf / 2 / path < prev   
Encoding:
Text File  |  2007-04-29  |  1.3 KB  |  53 lines

  1. ######################
  2. # 1. Forced settings #
  3. ######################
  4.  
  5. # Settings forced by the local administrator
  6. xml:readonly:/etc/gconf/gconf.xml.mandatory
  7.  
  8. # Other forced sources imagined by the local administrator
  9. include /etc/gconf/2/local-mandatory.path
  10.  
  11.  
  12. #######################
  13. # 2. User Preferences #
  14. #######################
  15.  
  16. # mandatory path for sabayon
  17. include "$(HOME)/.gconf.path.mandatory"
  18.  
  19. # mandatory path for desktop-profiles
  20. include $(ENV_MANDATORY_PATH)
  21.  
  22. # Other sources imagined by the user
  23. include "$(HOME)/.gconf.path"
  24.  
  25. # The default storage location, ~/.gconf
  26. # This should be the only readwrite source
  27. xml:readwrite:$(HOME)/.gconf
  28.  
  29. # default path for sabayon
  30. include "$(HOME)/.gconf.path.defaults"
  31.  
  32. # default path for desktop-profiles
  33. include $(ENV_DEFAULTS_PATH)
  34.  
  35.  
  36. ######################
  37. # 3. System defaults #
  38. ######################
  39.  
  40. # Other default sources imagined by the local administrator
  41. include /etc/gconf/2/local-defaults.path
  42.  
  43. # System administrator's defaults. This source also serves as a legacy
  44. # source for packages not using a recent dh_gconf, or for applications
  45. # installed by hand.
  46. xml:readonly:/etc/gconf/gconf.xml.defaults
  47.  
  48. # Debian branding, including CDD or packaged branding
  49. xml:readonly:/var/lib/gconf/debian.defaults
  50.  
  51. # Upstream application defaults
  52. xml:readonly:/var/lib/gconf/defaults
  53.